You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TOpenCLVector Class
>
TOpenCLVector Methods
>
Ramp Method
>
TOpenCLVector.Ramp Method ([In] TCplx, [In] TCplx)
Dew Math for .NET
TOpenCLVector.Ramp Method ([In] TCplx, [In] TCplx)
TOpenCLVector Class
TOpenCLVector Members
Dew.Math Namespace
Ramp Method
Collapse All
Fills the calling vector with a series.
Syntax
C#
Visual Basic
public
TOpenCLVector
Ramp
([In]
TCplx
Offset
, [In]
TCplx
Step
);
Public
Function
Ramp
(
Offset
As
[In]
TCplx
,
Step
As
[In]
TCplx
)
As
TOpenCLVector
Remarks
Method follow the rule:
CValues[k] := Offset + k*Step.
Group
Ramp Method
Links
TOpenCLVector Class
,
TOpenCLVector Members
,
Dew.Math Namespace
,
Ramp Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!